fixed a typo in the documentation of the GtkFileChooserButtons::file-set
authorSven Neumann <sven@gimp.org>
Mon, 3 Mar 2008 12:35:43 +0000 (12:35 +0000)
committerSven Neumann <neo@src.gnome.org>
Mon, 3 Mar 2008 12:35:43 +0000 (12:35 +0000)
2008-03-03  Sven Neumann  <sven@gimp.org>

* gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
typo in the documentation of the GtkFileChooserButtons::file-set
signal (see bug #353196).

svn path=/trunk/; revision=19696

ChangeLog
gtk/gtkfilechooserbutton.c

index fbabecd5cc0dad704a6a94cd7623fbfb3009e01c..4849413be099ff38dcb95024584977d23c5f401e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-03  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
+       typo in the documentation of the GtkFileChooserButtons::file-set
+       signal (see bug #353196).
+
 2008-03-03  Tor Lillqvist  <tml@novell.com>
 
        * gtk-zip.sh.in: Add gail bits. Simplify check for message catalog
index 927eca6da819278c8ea010cf5b16e4ec3076d8cd..9e31e050636c92f8af9434d2fbb2cc9b580a01a9 100644 (file)
@@ -348,15 +348,15 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class)
   widget_class->style_set = gtk_file_chooser_button_style_set;
   widget_class->screen_changed = gtk_file_chooser_button_screen_changed;
   widget_class->mnemonic_activate = gtk_file_chooser_button_mnemonic_activate;
-  
+
   /**
-   * GtkFileChooserButtons::file-set:
+   * GtkFileChooserButton::file-set:
    * @widget: the object which received the signal.
    *
    * The ::file-set signal is emitted when the user selects a file.
-   * 
+   *
    * Note that this signal is only emitted when the <emphasis>user</emphasis>
-   * changes the file. 
+   * changes the file.
    *
    * Since: 2.12
    */